home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / msysjour / vol04 / 01b / macsl / os2h.h < prev    next >
C/C++ Source or Header  |  1988-10-03  |  1KB  |  35 lines

  1. /*-----------------------------------------------------------------*/
  2. /* Os2h.h                                                          */
  3. /* OS/2 header file for MacPM.  This plus MyOs2.c are used to      */
  4. /* create the precompiled header Os2.h.                            */
  5. /*-----------------------------------------------------------------*/
  6.  
  7. #include "WhichSys.h"
  8.  
  9. #include "Os2def.h"
  10.  
  11. #define INCL_DOSPROCESS
  12. #define INCL_GPICONTROL
  13. #define INCL_GPILCIDS
  14. #define INCL_GPIPRIMITIVES
  15. #define INCL_WINBUTTONS
  16. #define INCL_WINCOMMON
  17. #define INCL_WINENTRYFIELDS
  18. #define INCL_WINFRAMECTLS
  19. #define INCL_WINFRAMEMGR
  20. #define INCL_WININPUT
  21. #define INCL_WINLISTBOXES
  22. #define INCL_WINMENUS
  23. #define INCL_WINMESSAGEMGR
  24. #define INCL_WINRECTANGLES
  25. #define INCL_WINSCROLLBARS
  26. #define INCL_WINSTATICS
  27. #define INCL_WINSYS
  28. #define INCL_WINWINDOWMGR
  29.  
  30. #include "BseDos.h"
  31. #include "PmWin.h"
  32. #include "PmGpi.h"
  33.  
  34. /*-----------------------------------------------------------------*/
  35.